runtime.mspan.specialFindSplicePoint (method)
12 uses
runtime (current package)
mcleanup.go#L241: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialCleanup)
mheap.go#L2021: iter, exists := span.specialFindSplicePoint(offset, kind)
mheap.go#L2058: iter, exists := span.specialFindSplicePoint(offset, kind)
mheap.go#L2075: func (span *mspan) specialFindSplicePoint(offset uintptr, kind byte) (**special, bool) {
mheap.go#L2250: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialCheckFinalizer)
mheap.go#L2300: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialCheckFinalizer)
mheap.go#L2373: _, exists := span.specialFindSplicePoint(offset, _KindSpecialTinyBlock)
mheap.go#L2622: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialWeakHandle)
pinner.go#L348: ref, exists := span.specialFindSplicePoint(offset, _KindSpecialPinCounter)
pinner.go#L368: ref, exists := span.specialFindSplicePoint(offset, _KindSpecialPinCounter)
pinner.go#L391: t, exists := span.specialFindSplicePoint(offset, _KindSpecialPinCounter)
synctest.go#L400: iter, exists := span.specialFindSplicePoint(offset, _KindSpecialBubble)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |